Auto merge of #4461 - behnam:policies, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 6 Sep 2017 15:42:07 +0000 (15:42 +0000)
committerbors <bors@rust-lang.org>
Wed, 6 Sep 2017 15:42:07 +0000 (15:42 +0000)
commitb3ee78fb2b39904685e891f1892bada083164173
tree1e53a40fb8b92bc074c1801d72f93c33096445c0
parentf8dc1e9e3b5f3a48884c432a9ec4b1ac730b7172
parent6a78b0fc0e50382b99d06bb3d46c8277fe8b10f2
Auto merge of #4461 - behnam:policies, r=alexcrichton

[doc] Redirect /policies.html to crates.io/policies

This relieves us from migrating the Package Policies document into the
new Cargo Manual mdbook.

Moved the content to `crates.io` repo in
<https://github.com/rust-lang/crates.io/pull/1033>.

NOTE: We should wait until that change goes live before landing this
one. I'll notify here when it's time to land.

Closes <https://github.com/rust-lang/crates.io/issues/1030>